home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Development / Source / Telnet 2.6.1d1 4⁄26⁄94 Folder / source / tek / rgmp.proto.h < prev    next >
Text File  |  1993-11-01  |  505b  |  15 lines

  1.  
  2. /* rgmp.c */
  3. void    TEKMacPicunload(void);
  4. short RGMPnewwin(void);
  5. char *RGMPdevname(void);
  6. void RGMPinit(void);
  7. short RGMPpencolor(short w, short color);
  8. short RGMPclose(short w);
  9. short RGMPpoint(short w, short x, short y);
  10. short RGMPdrawline(short w, short x0, short y0, short x1, short y1);
  11. void RGMPinfo(short w, short v, short a, short b, short c, short d);
  12. void RGMPcharmode(short w, short rotation, short size);
  13. short RGMPsize(Rect *incoming);
  14. void    RGMPdataline(short blah, short blam, short bluh);
  15.